Name | Image positions |
Description | Some image-related features take in x and y values, which represent a point on the image.
The values are relative to the upper left corner of the image, which acts as 0,0. If the values are meant to represent the position of a larger object (a shape, an image being drawn onto another image, etc.), they represent the position of that object's upper left corner. |
Group | image |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/scripts/commands/core/DrawCommand.java#L57 |